SftTree/NET 2.0

CheckBoxClicked Event, SftTree Class

Softel vdm, Inc.

Occurs when a checkbox part (CheckBoxPartClass) is clicked.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event CheckBoxClicked As CheckBoxEventHandler

C#   

public event CheckBoxEventHandler CheckBoxClicked;

C++   

public: event CheckBoxEventHandler CheckBoxClicked;

Event Data

The CheckBoxClicked event handler receives an argument of type PartEventArgs containing data related to this event.

Comments

The CheckBoxClicked event occurs when a checkbox part (CheckBoxPartClass) is clicked.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com